﻿.content4x .left {
    width: 48.92%;
}

.content4x .right {
    width: 48.92%;
}

.con-tzgg li {
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 15px;
}

.con-tzgg li .dete {
    border: 1px solid rgba(255, 255, 255, .2);
    float: left;
    width: 72px;
    height: 60px;
    margin-right: 15px;
}

.con-tzgg li .title {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}

.con-tzgg li .desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.con-tzgg li .d {
    font-size: 22px;
    color: #fff;
    margin: 5px 0 1px 0;
    text-align: center;
}

.con-tzgg li .y {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.con-tzgg li:hover {
    background: #003460;
}

.con-mtjj li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 18px;
    margin-bottom: 18px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.con-mtjj li:hover {
    padding-left: 15px;
}

.con-mtjj li .title {
    font-size: 16px;
    color: #fff;
}

.con-mtjj .dete {
    width: 110px;
    height: 34px;
    float: left;
    margin-right: 16px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.con-mtjj li:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

.con-mtjj .dete .d {
    color: #fff;
    width: 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background: url(../img/mtjj-li-dbg.png) no-repeat;
    box-sizing: border-box;
    padding-top: 2px;
}

.con-mtjj .dete .y {
    color: #fff;
}